home *** CD-ROM | disk | FTP | other *** search
/ Champak 43 / Vol 43.iso / games / penguin.swf / scripts / DefineSprite_564_UI_warning / frame_1 / DoAction.as
Encoding:
Text File  |  2007-06-26  |  230 b   |  16 lines

  1. if(_root.WarningShowed_vs)
  2. {
  3.    this.stop();
  4.    this._visible = false;
  5. }
  6. else if(_root.vsMode == "cpuVScpu")
  7. {
  8.    this.stop();
  9.    this._visible = false;
  10. }
  11. else
  12. {
  13.    _root.stop();
  14.    _root.WarningShowed_vs = true;
  15. }
  16.